home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
djgpp
/
diffs
/
libgplus.5
/
libgplus
/
src
/
_regex.cc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-14
|
329 b
|
17 lines
*** orig/libgplus.5/libgplus/src/_regex.cc Sat Nov 13 18:24:54 1993
--- src/libgplus.5/libgplus/src/_regex.cc Sat Nov 13 18:25:08 1993
***************
*** 31,37 ****
--- 31,41 ----
#include <regex.h>
}
+ #ifdef __MSDOS__
+ #include <_Regex.h>
+ #else
#include <Regex.h>
+ #endif
Regex::~Regex()
{